home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / ToolTipManager$insideTimerAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  789 b   |  22 lines

  1. package javax.swing;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import java.awt.event.ActionListener;
  5.  
  6. public class ToolTipManager$insideTimerAction implements ActionListener {
  7.    // $FF: synthetic field
  8.    private final ToolTipManager this$0;
  9.  
  10.    protected ToolTipManager$insideTimerAction(ToolTipManager var1) {
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public void actionPerformed(ActionEvent var1) {
  15.       if (this.this$0.insideComponent != null && this.this$0.insideComponent.isShowing()) {
  16.          this.this$0.showImmediately = true;
  17.          this.this$0.showTipWindow();
  18.       }
  19.  
  20.    }
  21. }
  22.